Welcome![Sign In][Sign Up]
Location:
Search - http mfc

Search list

[Internet-NetworkHTTPGetPost

Description: 一个连接HTTP服务器的CLient是用MFC做多文档视图做的界面,其中详细的接受啊了使用HTTP Get和HTTP Post两种方式向服务器的发送请求的过程,并且把发送请求的http协议头和收到的协议头和内容都输出到了界面中,很容理解http协议。VC6.0测试通过,使用的时候,只需修改代码中http服务器的地址即可。-HTTP server CLient a connection is made ​ ​ with a multi-document view MFC interface to do, which detailed the use of accepted ah HTTP Get and HTTP Post are two ways to send a request to the server process, and the http protocol header to send the request and receive to the protocol header and content are output to the screen, it is capacity to understand the http protocol. VC6.0 test, when in use, simply modify the code in the address to http server.
Platform: | Size: 34816 | Author: chenguoyin | Hits:

[Web ServerhtpSrver

Description: webserver 实现http协议的mfc程序web服务器-mfc achieve http protocol webserver web server program
Platform: | Size: 72704 | Author: xiejian | Hits:

[OpenCV0316segment

Description: 基于OpenCV的图像显著区域检测分割算法,原作者是用MFC类库实现的,我把他改为用OpenCV实现,可以方便的加入自己的OpenCV项目中。具体原理和原代码请参见原作者网站:http://ivrg.epfl.ch/supplementary_material/RK_CVPR09/-OpenCV-based image segmentation algorithm salient region detection, the author is using MFC class library, and I took him to using OpenCV, you can easily add your own OpenCV project. Specific principles and the author of the original code, see website
Platform: | Size: 12562432 | Author: huangbin | Hits:

[GUI DevelopCJLib

Description: CJ是一套基于MFC的VC++界面开发类库,源代码公开,可以网上免费下载。它的主页是http://www.codejock.com-CJ is a VC++ based interface development library MFC, open source code, can be downloaded for free online. It is the home page of http://www.codejock.com
Platform: | Size: 437248 | Author: 李媛 | Hits:

[Multimedia programffmpegmfc

Description: 自己做的FFMPEG移植到VC下的开源工程:ffmpeg for MFC。本工程将ffmpeg工程中的ffmpeg转码器(ffmpeg.c)移植到了VC环境下。并且使用MFC做了一套简单的界面。它可以完成一个视频转码的基本功能:封装格式以及编码格式的转换。 详细参见: http://blog.csdn.net/leixiaohua1020/article/details/28744935-This software transplant ffmpeg to Microsoft VC++ environment. And use MFC to build a simple Graphical User Interface.
Platform: | Size: 19861504 | Author: 雷霄骅 | Hits:

[Multimedia programffplaymfc

Description: 自己做的FFPLAY移植到VC下的开源工程:ffplayfor MFC。本工程将ffmpeg项目中的ffplay播放器(ffplay.c)移植到了VC的环境下。并且使用MFC做了一套简单的界面。它可以完成一个播放器播放视频的基本流程:解协议,解封装,视频/音频解码,视音频同步,视音频输出。此外还包含一些控制功能:播放,暂停/继续,前进,后退,停止,逐帧播放,全屏等;以及一些简单的视频码流分析功能:视频解码分析和音频解码分析。 详情参见《ffplay播放器移植VC的工程:ffplay for MFC 》: http://blog.csdn.net/leixiaohua1020/article/details/28685327-This software transplant ffplay to Microsoft VC++ environment. And use MFC to build a simple Graphical User Interface.
Platform: | Size: 12896256 | Author: 雷霄骅 | Hits:

[Multimedia programSpecialVH264

Description: 自己的开源小项目:H.264码流分析器。主要可以用来学习H.264码流结构。 详情参考: http://blog.csdn.net/leixiaohua1020/article/details/17933821-A H.264 stream analysis software based on MFC. It has friendly user interface and is suitable for beginner of H.264
Platform: | Size: 1511424 | Author: 雷霄骅 | Hits:

[Audio programSpecialAAAC

Description: 己的开源小项目:AAC格式分析器。AAC全称是Advanced Audio Coding,是互联网上使用极为广泛的音频编码格式,也是当前性能差不多最好的音频编码格式。现有的互联网上的视频很大一部分都是使用AAC进行音频编码的。使用VC 2010的MFC开发完成。开发的时候使用了一个AAC的开源解码器faad2。目前软件的的分析功能还不是很强,提取了AAC解码过程中的一些参数。以后有时间进一步完善相关的功能。 详情参考《AAC格式分析器》: http://blog.csdn.net/leixiaohua1020/article/details/18155549-A AAC simple stream analysis software based on MFC. It has friendly user interface and is suitable for beginner of AAC
Platform: | Size: 11576320 | Author: 雷霄骅 | Hits:

[Multimedia programSpecialFTS

Description: 自己的开源小项目:TS封装格式分析器。TS全称是 MPEG 2 Transport Stream(MPEG2 传输流),广泛用于广播电视系统,比如说数字电视,以及IPTV。我这个项目规模不大,主要可以用来学习TS封装格式结构。此外它还支持分离TS中的视频流和音频流。以及输出TS包的时间戳,PTS,DTS等。 详情参考: http://blog.csdn.net/leixiaohua1020/article/details/17973587 -A MPEG2 TS (Transport Stream) format analysis software based on MFC. It has friendly user interface and is suitable for beginner of MPEG2 TS format. It can demux ts files to audio streams and video streams. Furthermore it can dump each TS packet s information to text files.
Platform: | Size: 1761280 | Author: 雷霄骅 | Hits:

[Multimedia programSpecialVIJPG

Description: 自己的开源小项目:JPEG分析器。JPEG全称是 Joint Photographic Experts Group(联合图像专家小组),是当今使用最为广泛的图像编码标准。我这个项目规模不大,主要可以用来学习JPEG编码标准。结合着源代码看的话效果比较好。它支持将JPEG解码为像素数据(YUV或者RGB)。同时支持输出DCT系数等参数。使用VC 2010的MFC开发完成。 详细参考: http://blog.csdn.net/leixiaohua1020/article/details/18280253-A JPEG analysis software based on MFC. It has friendly user interface and is suitable for beginner of JPEG.
Platform: | Size: 512000 | Author: 雷霄骅 | Hits:

[VC/MFCMFCIE

Description: MFC http浏览器 模仿浏览器的运行,实现上网功能-MFC http browser imitate browser running, to achieve Internet access
Platform: | Size: 159744 | Author: Anan | Hits:

[OpenCVCVMFC

Description: 在MFC中使用OpenCV的演示程序,包含CVMFC.exe应用程序及相应代码,实现对图像的各种处理,可在VS运行,需要配置opencv环境(环境配置可参考http://johnhany.net/2013/11/environment-for-opencv-with-vs2010/)适合opencv出学者-Use in MFC OpenCV demo program, including CVMFC.exe application and the corresponding code to achieve a variety of image processing, the VS can run, you need to configure opencv environment (environment configuration, see http://johnhany.net/2013/11/environment-for-opencv-with-vs2010 /) for the scholar opencv
Platform: | Size: 28257280 | Author: ybx | Hits:

[ICQ-IM-ChatInstantMessaging

Description: VC++6.0+MFC做毕设做的网络聊天具(服务端和客户端),包括: 0.普通聊天(文字、图片) 1.聊天室 2.传输文件(断点续传) 3.共享屏幕 4.白板 5.视频、音频聊天 模仿Netmeeting,资源也来源于Netmeeting、飞秋和PS。(VC++6.0+MFC do the complete set of network chat tools (server and client), including: 0. general chat (text, pictures) 1. chat room 2. file transfer (HTTP) 3. shared screen 4. whiteboard 5. video and audio chat Imitation Netmeeting, resources are derived from Netmeeting, PS, and.)
Platform: | Size: 1278976 | Author: 阿萨德123ws | Hits:

[Otherjtuc-winmerge2011-3ae76c87f792

Description: The WinMerge 2011 series is a fork of the original WinMerge application published on SourceForge by Thingamahoochie Software. It is an escape from the [complex situation](http://forums.winmerge.org/viewtopic.php?f=4&t=352&start=10#p1384) that exists with respect to WinMerge 2.x. ATL/MFC dependencies have also been removed so as to enable zero-budget developers to build WinMerge from sources using Visual C++ Express editions.
Platform: | Size: 2608128 | Author: zyangyi | Hits:
« 1 2 3 4 5 6 7 8»

CodeBus www.codebus.net